home *** CD-ROM | disk | FTP | other *** search
/ Aminet 34 / Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso / Aminet / gfx / edit / VE-gausedge.readme < prev    next >
Text File  |  1999-11-05  |  3KB  |  171 lines

  1. Short:    Visual Eng. - Gaussian edge v1.56
  2. Author:   marko.seppanen@wwnet.fi (Marko Seppänen)
  3. Uploader: marko.seppanen@wwnet.fi (Marko Seppänen)
  4. Type:     gfx/edit
  5.  
  6.  
  7. Visual Engineering script - Gaussian Edge v1.56
  8.  
  9.  
  10.  
  11. SHORT DESCRIPTION
  12.  
  13.   This script makes black 'n white shape's edges smooth.
  14.  
  15.  
  16. REQUIREMENTS
  17.  
  18.   Image Engineer v3.41 (Wision release 2)
  19.  
  20.  
  21. INSTALLATION
  22.  
  23.   Archive where this file came from should be extracted to a
  24.   directory where you installed Image Engineer.
  25.  
  26.   This script must be in IE:Arexx/
  27.  
  28.  
  29. USAGE
  30.  
  31.   Activate window of an shape. Shape must be black and on white
  32.   background. Run the script.
  33.  
  34.   LOW    shrinks the shape.
  35.   NORMAL keeps the shape's size.
  36.   HIGH   grows shape's size.
  37.  
  38.   Lowpass value adjust smoothness. Affects also shape's size.
  39.  
  40.  
  41. ARGUMENTS
  42.  
  43.   GaussianEdge.rexx <pic> <type> <lowp>
  44.  
  45.   <pic>    name of a picture (in IE)
  46.   <type>   one of following:
  47.  
  48.             LOW, NORMAL or HIGH
  49.  
  50.   <lowp>   value of lowpass
  51.  
  52.  
  53.  
  54.   AmigaDOS
  55.  
  56.     Sys:Rexxc/RX AddSpace.rexx <arguments>
  57.     Sys:Rexxc/RX GaussianEdge.rexx 000_testpic.iff HIGH 7
  58.  
  59.  
  60.   Other scripts:
  61.  
  62.     ADDRESS COMMAND "Sys:Rexxc/RX IE:Arexx/GaussianEdge.rexx <arguments>"
  63.  
  64.     Next lines return you the name of this new picture.
  65.  
  66.     PROJECT_LIST
  67.     xyz=result
  68.     pic=subword(xyz,1,1)
  69.  
  70.  
  71.  
  72.  
  73.  
  74. HISTORY
  75.  
  76.   1.56
  77.  
  78.   No changes in code, but Normal-type is now using different
  79.   convolve (SmoothEdge_Normal, which was changed a little).
  80.  
  81.   1.55
  82.  
  83.   Can now be controlled from your own scripts, too.
  84.  
  85.   1.51
  86.  
  87.   Just replaced some strings in script.
  88.  
  89.   1.50
  90.  
  91.   Uses my own made convolves.
  92.   Added some configurability.
  93.   Needs IE-Extras v1.33
  94.  
  95.   1.00
  96.  
  97.   History started
  98.  
  99.  
  100.  
  101.  
  102.  
  103. DISTRIBUTION
  104.  
  105.   The archive, where this file came from, can be distributed using
  106.   any kind of media or distribution channel (CD, Email, WWW, BBS,
  107.   FTP...), but contents of original archive can not be modified.
  108.  
  109.   You may NOT spread modified versions of the script and call it as
  110.   Visual Engineering -script.
  111.  
  112.   If you are going to spread a script made by you, which calls one
  113.   of Visual Engineering -scripts, you must include either to
  114.   documentfile of your script or header of the script itself, Visual
  115.   Engineering's website address and my name and email address.
  116.  
  117.   Like this:
  118.  
  119.  
  120.   /*
  121.  
  122.    This script uses Visual Engineering -script(s):
  123.    AddSpace.rexx, PrimaryColors.rexx
  124.  
  125.    By Marko Seppänen <marko.seppanen@wwnet.fi>
  126.  
  127.    Visual Engineering website:
  128.    http://wwnet.fi/users/smarko/visual/
  129.  
  130.    */
  131.  
  132.  
  133.  
  134.  
  135.  
  136. WORLD WIDE WEB
  137.  
  138.  Image Engineer
  139.  http://www.amigaworld.com/support/imageengineer/
  140.  
  141.  SViewIV
  142.  http://www.ar-kleinert.de/sview_e.html
  143.  
  144.  Visual Engineering
  145.  http://wwnet.fi/users/smarko/visual/
  146.  
  147.  
  148.  
  149. AMINET
  150.  
  151.  Image Engineer
  152.  http://ftp.sunet.se/aminetbin/find?imeng
  153.  
  154.  SViewIV
  155.  http://ftp.sunet.se/aminetbin/find?sviewiv
  156.  
  157.  Visual Engineering
  158.  http://ftp.sunet.se/aminetbin/find?visual+eng.
  159.  
  160.  
  161. ============================= Archive contents =============================
  162.  
  163. Original  Packed Ratio    Date     Time    Name
  164. -------- ------- ----- --------- --------  -------------
  165.     2030     938 53.7% 14-Oct-99 15:13:04 +GaussianEdge.rexx
  166.     2304    1174 49.0% 16-Oct-99 15:35:32 +GaussianEdge.notes
  167.     1851     547 70.4% 03-Oct-99 21:43:52 +VE-Registration_Form
  168.     6372    2617 58.9% 14-Oct-99 22:15:20 +VisualEngineering.notes
  169. -------- ------- ----- --------- --------
  170.    12557    5276 57.9% 16-Oct-99 16:45:18   4 files
  171.